home *** CD-ROM | disk | FTP | other *** search
/ GRIPS 2: Government Rast…rocessing Software & Data / GRIPS_2.cdr / dos / ncsa_tel / contribu / byu_tel2.hqx / Read Me - BYU < prev    next >
Text File  |  1989-11-11  |  1KB  |  24 lines

  1. These source files contain the source for NCSA Telnet 2.3 with modifications 
  2. made at BYU to add an FTP client.  Every source line that was added or changed 
  3. at BYU contains the following comment at the end of the line:  "/* BYU mod "
  4. There are only three exceptions to this "BYU mod" comment rule, as follows:
  5.  
  6. 1.  All references to fields in the structure "VGwin" in file VGTek.c were 
  7.     changed from ".fieldname" to "->fieldname".
  8.  
  9. 2.  All references to fields in the structure "RGMwind" in file RGMac.c were 
  10.     changed from ".fieldname" to "->fieldname".
  11.  
  12. 3.  All of the source in file "ftpbin.c" supports the FTP client functions, 
  13.     and was added at BYU - no "BYU mod" comments appear in this file.
  14.  
  15. In the ncsa.rsrc file there is one "DITL" and "DLOG" (open session) changed, 
  16. three "vers" changed, one "NCSA" changed, and one "STR#" added with ResEdit.
  17.  
  18. Also, since we used ResEdit here instead of the Resource Maker (Rez) all 
  19. references to the Resource Maker have been commented out in the make files.
  20.  
  21. The original FTP client source came from NCSA's source for IBM PC's, and 
  22. was hacked and beaten upon here at BYU - we're not sure that it's been 
  23. entirely beaten into submission yet.
  24.